hep.analysis.peer
Interface JobPeer
- All Superinterfaces:
- FolderPeer, Peer
- public interface JobPeer
- extends FolderPeer
The interface that must be implemented by the JobPeer.
Note that JobPeer extends FolderPeer even though Job
does not extend Folder, because logically the Job is
the root folder for histograms, pages, plots etc, and
the folder messages are sent to the JobPeer as these
special root folders are created, renamed etc. (In
fact there is now a JobFolder inside the Job).
sendMessage
public void sendMessage(java.lang.String message)
getLogStream
public java.io.OutputStream getLogStream()
go
public void go(int n)
rewind
public void rewind()
setEventSource
public void setEventSource(EventSource e)
addEventAnalyzer
public void addEventAnalyzer(EventAnalyzer e)
removeEventAnalyzer
public void removeEventAnalyzer(EventAnalyzer e)
removeAllEventAnalyzers
public void removeAllEventAnalyzers()